

@media (max-width: 432px){
    .hero-img-box img.hero-img {
        max-width: 65%;
 
    }
    .footer-text {
      
        position: static;
    
    }
    .hero-img-box img.hero-img {
        max-width: 55%;
      
    }
}
@media (max-width: 375px){
    #banner .banner-box {
        justify-content: center;
    }
    .logo-box {
        margin-bottom: 6px;
    }
    .text-box .title h2 {
        font-size: 32px;
        margin-bottom: 3px;
    }
    .text-box .title h2 span {
        font-size: 40px;
    }
    .text-box .text .left h3 {
        font-size: 25px;
    }
    .text-box .text .left h5 {
        font-size: 15px;
    }
    span.end {
        margin-top: 16px;
    }
    .text-box .text .right h5 span {
        font-size: 25px;
    }
    .text-box .text .right h5 {
        font-size: 15px;
    }
    .button-box {
        margin-top: 35px;
        margin-bottom: 10px;
    }
    /* .button-box img {
        margin: 68px auto 0;
    } */
    .wp-icon {
        right: 19px;
        bottom: 150px;
    }
    .footer-text {
        position: static;
    }
    .hero-img-box img.hero-img {
        max-width: 43%;
        width: 100%;
        margin-left: auto;
    }
    #banner  .logo-box img {
        max-width: 40%;
        width: 100%;
    }
    .button-box img {
        max-width: 45%;
    }
    .text-box {
        margin-bottom: 0px;
    }
}
@media (max-width: 320px){
    
}